home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1998 May
/
Software of the Month Club 1998 May.iso
/
pc
/
dos
/
child
/
tln
/
printme.bat
< prev
next >
Wrap
DOS Batch File
|
1998-03-03
|
444b
|
19 lines
@echo off
cls
echo.
echo.
echo This will print out the readme.txt file for Talking Letters & Numbers.
echo.
echo.
echo (If you don't want to print out the manual right now, please
echo press and hold down the Ctrl key and press c. Then press y.)
echo.
echo.
echo Otherwise, please turn your printer on and on-line.
echo.
pause
type readme.txt > lpt1
echo.
echo You may need to press page eject on your printer to finish.